翻訳と辞書
Words near each other
・ Dynamic business process management
・ Dynamic capabilities
・ Dynamic carrier control
・ Dynamic Cascading Style Sheets
・ Dynamic Cassette International
・ Dynamic causal modelling
・ Dynamic China
・ Dynamic Chiropractic
・ Dynamic circuit network
・ Dynamic combinatorial chemistry
・ Dynamic combustion chamber
・ Dynamic compaction
・ Dynamic compilation
・ Dynamic compression of the airways
・ Dynamic compression plate
Dynamic connectivity
・ Dynamic contagion process
・ Dynamic contrast-enhanced MRI
・ Dynamic convex hull
・ Dynamic covalent chemistry
・ Dynamic currency conversion
・ Dynamic data
・ Dynamic Data Driven Applications Systems
・ Dynamic Data Exchange
・ Dynamic debugging technique
・ Dynamic decision-making
・ Dynamic deconstructive psychotherapy
・ Dynamic defence
・ Dynamic Delegation Discovery System
・ Dynamic demand (electric power)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Dynamic connectivity : ウィキペディア英語版
Dynamic connectivity
In computing and graph theory, a dynamic connectivity structure is a data structure that dynamically maintains information about the connected components of a graph.
The set ''V'' of vertices of the graph is fixed, but the set ''E'' of edges can change. The three cases, in order of difficulty, are:
* Edges are only added to the graph (this can be called ''incremental connectivity'');
* Edges are only deleted from the graph (this can be called ''decremental connectivity'');
* Edges can be either added or deleted (this can be called ''fully dynamic connectivity'').
After each addition/deletion of an edge, the dynamic connectivity structure should adapt itself such that it can give quick answers to queries of the form "is there a path between ''x'' and ''y''?" (equivalently: "do vertices ''x'' and ''y'' belong to the same connected component?").
== Incremental connectivity ==
If edges can only be added, then the dynamic connectivity problem can be solved by a Disjoint-set data structure. Each set represents a connected component; there is a path between ''x'' and ''y'' if and only if they belong to the same set. The amortized time per operation is O(\alpha(n)), where ''n'' is the number of vertices and α is the inverse Ackermann function, which is nearly constant.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Dynamic connectivity」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.